home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / pc / sony / highdes.dir / 00036_Script_Loop Karmic Guide < prev    next >
Text File  |  1995-06-07  |  221b  |  12 lines

  1. on exitFrame
  2.   global gKarmicSprite, gKarmicLength
  3.   
  4.   if the movieTime of sprite gKarmicSprite < gKarmicLength then
  5.     go loop
  6.   else
  7.     --unload
  8.     SHOWNEEDLE
  9.     go "hd main2"
  10.     MotoCursor
  11.   end if
  12. end